home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4batch10.zip / VR.BTM < prev    next >
Text File  |  1991-11-07  |  212b  |  4 lines

  1. rem * Returns the Operating System and Version, 4DOS and Version, and
  2. rem * whether or not DesqView is active
  3. echos %_dos %_dosver, 4DOS %_4ver, DesqView is^if %_dv==1 echo  Active^if %_dv==0 echo  Not Active
  4.